TimeTrak is a simple time tracking device which lets you enter a project name, the hours worked, date, and employee name. It keeps track of the totals for each project, and permits both screen and printer reports. I did it as an exercise in VB & Pdox, and also to learn something about printing reports. It is a good learning tool for anyone just getting started with the paradox engine under VB, and includes a declaration file (TTRAKPXG.BAS) of all the Paradox engine functions, as well as a file (TTRAKGBL.BAS) of all the constant global variables used by the engine. These two files can be included in other VB applications and used as is.